home *** CD-ROM | disk | FTP | other *** search
/ CinE CD 6 / CinE CD ROM 06.iso / pc / main.dir / 00040_Script_40 < prev    next >
Text File  |  1996-06-22  |  164b  |  11 lines

  1. global save_pos
  2.  
  3. on enterframe
  4.   set the locv of sprite 1 = save_pos
  5. --  set the visible of sprite 1 = TRUE
  6.   updatestage
  7. end
  8.  
  9. on mouseup
  10.   --
  11. end mouseup